*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:'Nunito',sans-serif;color:#222;overflow:hidden}body{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1rem;background:linear-gradient(-45deg,#fceb9a,#fcae8c,#ff8c8c,#f7ce68);background-size:400% 400%;animation:gradientBG 15s ease infinite}@keyframes gradientBG{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}main{max-width:600px;animation:fadeIn 1s ease-out}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}img.logo{width:100px;height:auto;margin-bottom:1.5rem}h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;margin-bottom:1rem}p.subheadline{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;line-height:1.5;margin-bottom:2rem;opacity:.9}a.cta{display:inline-block;background-color:#4A90E2;color:#fff;font-size:1.125rem;font-weight:700;text-decoration:none;padding:.875rem 2rem;border-radius:50px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px rgba(0,0,0,.1)}a.cta:hover,a.cta:focus{transform:scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.2)}#cookie-banner{display:none;position:fixed;bottom:0;left:0;width:100%;background:rgba(0,0,0,.8);color:#fff;padding:1rem;text-align:center;z-index:1000;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}#cookie-banner p{margin:0;margin-bottom:.75rem;font-size:.875rem}#cookie-accept{background:transparent;color:#fff;border:1px solid #fff;border-radius:5px;padding:.5rem 1rem;font-size:.875rem;cursor:pointer;transition:background .2s ease,color .2s ease}#cookie-accept:hover{background:#fff;color:#000}